Controls:
Arrow Up: Thrust
Arrow Left/Right: Lateral
P: Pause/Unpause
B: Boss Key
R: Restart Game
M: Mute/unmute
No landing on, or near, craters
Landing speed < 2.5 m/s
(c) 2024 hotdog studios
#include <stdio.h>
int main() {
int i;
for (i = 0; i < 10; i++) {
printf("I love my boss so much! \n");
}
return 0;
}